Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bug/60 mapcolumn cant nested types that have a comma #61

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

Yibo-Chen13
Copy link
Contributor

No description provided.

@Yibo-Chen13 Yibo-Chen13 linked an issue Nov 26, 2024 that may be closed by this pull request
@Yibo-Chen13 Yibo-Chen13 force-pushed the 60-mapcolumn-cant-nested-types-that-have-a-comma branch from 3bbec06 to 2ac989b Compare November 26, 2024 09:38
@@ -22,7 +23,7 @@ def _sorted_dicts(self, text):
return '\n'.join(items) + '\n'

def test_simple(self):
with self.create_stream('a map(string, uint64)'):
with self.create_stream('a map(string, int)'):
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why change to int?

please remove the commented tests below if they are invalid.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

MapColumn can't nested types that have a comma.
2 participants